home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / dv_b1.zip / DV_B1.EXE / dview.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-02-07  |  3KB  |  155 lines

  1. object Form2: TForm2
  2.   Left = 202
  3.   Top = 145
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Database File'
  7.   ClientHeight = 233
  8.   ClientWidth = 393
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 112
  18.     Top = 8
  19.     Width = 66
  20.     Height = 13
  21.     Caption = 'D:\Testproj'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 304
  30.     Top = 156
  31.     Width = 85
  32.     Height = 69
  33.   end
  34.   object Label2: TLabel
  35.     Left = 4
  36.     Top = 32
  37.     Width = 52
  38.     Height = 13
  39.     Caption = 'Di&rectory'
  40.     FocusControl = DirectoryListBox1
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 152
  49.     Top = 32
  50.     Width = 27
  51.     Height = 13
  52.     Caption = '&Files'
  53.     FocusControl = FileListBox1
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 4
  62.     Top = 192
  63.     Width = 31
  64.     Height = 13
  65.     Caption = '&Drive'
  66.     FocusControl = DriveComboBox1
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label5: TLabel
  74.     Left = 152
  75.     Top = 192
  76.     Width = 53
  77.     Height = 13
  78.     Caption = 'File &Type'
  79.     FocusControl = FilterComboBox1
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object Label6: TLabel
  87.     Left = 4
  88.     Top = 8
  89.     Width = 101
  90.     Height = 13
  91.     Caption = 'Current Directory:'
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object DirectoryListBox1: TDirectoryListBox
  99.     Left = 4
  100.     Top = 48
  101.     Width = 145
  102.     Height = 141
  103.     Ctl3D = True
  104.     DirLabel = Label1
  105.     FileList = FileListBox1
  106.     ItemHeight = 16
  107.     ParentCtl3D = False
  108.     TabOrder = 0
  109.   end
  110.   object DriveComboBox1: TDriveComboBox
  111.     Left = 4
  112.     Top = 208
  113.     Width = 145
  114.     Height = 19
  115.     DirList = DirectoryListBox1
  116.     TabOrder = 1
  117.     TextCase = tcUpperCase
  118.   end
  119.   object BitBtn1: TBitBtn
  120.     Left = 308
  121.     Top = 160
  122.     Width = 75
  123.     Height = 25
  124.     TabOrder = 2
  125.     Kind = bkCancel
  126.   end
  127.   object BitBtn2: TBitBtn
  128.     Left = 308
  129.     Top = 196
  130.     Width = 75
  131.     Height = 25
  132.     TabOrder = 3
  133.     Kind = bkOK
  134.   end
  135.   object FilterComboBox1: TFilterComboBox
  136.     Left = 152
  137.     Top = 206
  138.     Width = 145
  139.     Height = 21
  140.     FileList = FileListBox1
  141.     Filter = 'Paradox Files|*.db|DBase Files|*.dbf'
  142.     TabOrder = 4
  143.   end
  144.   object FileListBox1: TFileListBox
  145.     Left = 152
  146.     Top = 48
  147.     Width = 145
  148.     Height = 141
  149.     ItemHeight = 13
  150.     Mask = '*.db'
  151.     TabOrder = 5
  152.     OnDblClick = FileListBox1DblClick
  153.   end
  154. end
  155.